x86: Move table csum into separate header
authorAlexander Graf <[email protected]>
Thu, 18 Aug 2016 23:23:22 +0000 (01:23 +0200)
committerBin Meng <[email protected]>
Tue, 18 Oct 2016 07:58:50 +0000 (15:58 +0800)
commit2b445e4d31940d512b3257f7398b794be710b8a9
treed905011fee8bf0e83e6939c6450cae6461295ff8
parentd5a815327d2c257fbba108ff46974b1c1d12fd2a
x86: Move table csum into separate header

We need the checksum function without all the other table functionality
soon, so let's split it out into its own header file.

Signed-off-by: Alexander Graf <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/x86/include/asm/tables.h
arch/x86/lib/tables.c
include/tables_csum.h [new file with mode: 0644]